home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 529 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  892 b 

  1. Path: mochnet.demon.co.uk!user
  2. From: newsmaster@mochnet.demon.co.uk
  3. Newsgroups: comp.lang.modula2
  4. Subject: RTOS Schedulers IN M2
  5. Date: Fri, 12 Apr 1996 23:26:46 +0100
  6. Message-ID: <newsmaster-1204962326460001@mochnet.demon.co.uk>
  7. NNTP-Posting-Host: mochnet.demon.co.uk
  8. X-NNTP-Posting-Host: mochnet.demon.co.uk
  9.  
  10. I am in the process of authoring a simple Real Time Scheduler using the
  11. TRANSFER, NEWPROCESS and COROUTINE features built into M2. I use 
  12. FST 3.1 and 3.5 on a PC and to get the Real Time feed I am making use of
  13. the supplied Ticks module. Using one generic queue for Delay and Ready was
  14. OK, however I have progressed to a Delay and Ready Queue and would like to
  15. have any feedback on the best way to pop off the Delayed tasks back to the
  16. RQ using only Modula2 and not dropping in and out of INTEL Assembler. ie
  17. are their any RTOS M2 gurus who have mastered the CoRoutines and Ticks ?
  18.